CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 牛顿法 非线性方程组

搜索资源列表

  1. 拟牛顿法求非线性方程组的一组实数解

    0下载:
  2. 拟牛顿法求非线性方程组的一组实数解-quasi-Newton method of nonlinear equations for a group of real solutions
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2135
    • 提供者:张博真
  1. SR1校正的拟牛顿法

    0下载:
  2. 工程中经常使用的拟牛顿方法,特别用于球非线性方程组中应用
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5694
    • 提供者:王丰
  1. 用拟牛顿法解非线性方程组

    0下载:
  2. 用拟牛顿法解非线性方程组-with quasi-Newton method for solving nonlinear equations
  3. 所属分类:C#编程

    • 发布日期:2014-01-20
    • 文件大小:3177
    • 提供者:彭文
  1. 用牛顿法解非线性方程组

    1下载:
  2. 用牛顿法解非线性方程组(包括论文及源程序)-with Newton method for solving systems of nonlinear equations (including papers and source)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:103977
    • 提供者:彭文
  1. 离散牛顿法

    2下载:
  2. 解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:33395
    • 提供者:王廷
  1. 牛顿迭代法解非线性方程组

    3下载:
  2. 牛顿迭代法解非线性方程组,C语言程序,基本数值计算算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-11-24
    • 文件大小:3129
    • 提供者:paganini
  1. 牛顿迭代法求非线性方程组

    2下载:
  2. 牛顿迭代法求非线性方程组,来自《精通matlab科学计算》一书,Newton iteration method for nonlinear equations, from " well versed in scientific computing matlab" book
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-01-27
    • 文件大小:6400
    • 提供者:罗烧灼
  1. nanewton1

    1下载:
  2. 牛顿迭代法 若高阶非线性方程组: u ( x , y) = 0 v ( x , y) = 0 可以用迭代公式 -Newton iteration if the higher-order nonlinear equations: u (x, y) = 0v (x, y) = 0 can be used iterative formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1102
    • 提供者:
  1. NdimensionNiNetwon

    4下载:
  2. 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-26
    • 文件大小:4265
    • 提供者:冰冰
  1. AlgorithmsforNonlinearEquations

    1下载:
  2. 非线性方程组求解的经典算法,例如牛顿法,两点割线法,最快下降法-Solving nonlinear equations of classical algorithms, such as Newton method,bi-section method,the fastest descent method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12092
    • 提供者:Bingo
  1. 2

    1下载:
  2. matlab开发环境下,牛顿迭代法解非线性方程组,使用者把非线性方程组的M文件fx1(x)和非线性方程组导数的M文件dfx1(x)相应代入即可。-matlab development environment, the Newton iteration solution of nonlinear equations, nonlinear equations to the user of the M documents fx1 (x) and non-linear equations of the
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1548
    • 提供者:平猪
  1. Netwonnonlinearequations

    0下载:
  2. 本方法为解非线性方程组的牛顿法,属于迭代法范畴-The method for the solution of nonlinear equations of Newton
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3212
    • 提供者:冰冰
  1. ndimensionNetwon

    0下载:
  2. 解非线性方程组的N元牛顿法,属于迭代法范畴-Solution of nonlinear equations of the N-Newton method, iterative method belonging to the scope of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3119
    • 提供者:冰冰
  1. niNetwon

    4下载:
  2. 解n元非线性方程组的拟牛顿法的MATLAB程序-Solution of n-systems of nonlinear equations of quasi-Newton method of the MATLAB program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-04-26
    • 文件大小:3447
    • 提供者:冰冰
  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. qnerr

    0下载:
  2. 采用局部拟牛顿法求解非线性方程组的C源代码-C code of quasi-Newton method for large nonlinear system solving
  3. 所属分类:Algorithm

    • 发布日期:2016-01-21
    • 文件大小:194560
    • 提供者:张旭平
  1. niNewton_test

    0下载:
  2. Eigen 编写的拟牛顿法 解非线性方程组 //徐世良主编 数值分析与算法 // C++接口 需要Eigen3支持(quasi Newton method for solving nonlinear equations edited by Xu Shiliang numerical analysis and algorithm Eigen3 / C++ interface support)
  3. 所属分类:数学计算

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:雪夜春风
  1. 牛顿-拉夫森法求解非线性方程组

    1下载:
  2. 牛顿-拉夫森法求解非线性方程组 牛顿-拉夫森法求解非线性方程组(Solving Nonlinear System of Newton 's Iteration Method)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:李木子1230
  1. Fortran Newton法求解非线性方程组

    2下载:
  2. 通过Fortran语言,利用牛顿方程迭代来求解非线性方程组,可设置为二元或多元(Through the Fortran language, the Newton equation iteration is used to solve the nonlinear equations, which can be set to two yuan or multivariate.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:wagzijian
  1. MATLAB牛顿法求解非线性方程组

    1下载:
  2. MATLAB牛顿法求解非线性方程组,运用牛顿法对非线性方程组进行求解可得到数值解(MATLAB Newton method for solving nonlinear equations, using Newton method to solve nonlinear equations to obtain numerical solution.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lai东东
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com